home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 383 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: snail.stack.urc.tue.nl!jaco
  2. From: jaco@stack.urc.tue.nl (Jaco Schoonen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Screen operations
  5. Date: 7 Jan 1996 01:38:37 GMT
  6. Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands.
  7. Message-ID: <4cn86t$ice@tuegate.tue.nl>
  8. References: <4ck0ac$4rn@azure.acsu.buffalo.edu>
  9. NNTP-Posting-Host: snail.stack.urc.tue.nl
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Justin E Cobb (jecobb@cs.buffalo.edu) wrote:
  13.  
  14. : Ok, this'll make me sound kinda inexperienced, but hee goes.
  15.  
  16. That's OK, we all have been like that :)
  17.  
  18. : I do not want to use intuition at all, all I need to do really is open screens
  19. : and draw to them, and I have no idea where to start in this dept. as I used 
  20. : AMOS for years prior to switching to C++ for portability..
  21.  
  22. You'll have to use intuition if you don't want to access the hardware
  23. directly. 
  24. Use OpenScreen from the intuition library. Then you'll get a screen on which
  25. you could draw. If you want to get any messages from intuition
  26. (mousebuttons, keys pressed etc.) open a window which is the full size of
  27. the screen, borderless if you don't want people to se those borders...
  28.  
  29.  
  30. Hope this helps!
  31.  
  32. --
  33. Jaco Schoonen
  34. (jaco@stack.urc.tue.nl)
  35.